home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / archiver / exzip192.zip / EXZIP.DOC < prev    next >
Text File  |  1989-04-16  |  24KB  |  622 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.                                    <=  ExZip  =>
  13.  
  14.                   Part of the EXpert series programs available at
  15.  
  16.                        The Executive Network Multi-Node BBS
  17.  
  18.                        Registration number:  (914) 667-4567
  19.                        Public access      :  (914) 667-4684
  20.                        Subscriber access  :  (914) 667-4759
  21.  
  22.             --------------------------------------------------------------
  23.  
  24.  
  25.                         Copyright 1988, 1989 - Andy Keeves
  26.  
  27.  
  28.  
  29.  
  30.                OK,  just  what  the  devil  is  ExZip you ask.  ExZip is a
  31.           rather simple program to help with the re-compressing  of files.
  32.           It was  born primarily  to answer  the need  of a  BBS SysOp who
  33.           receives a fair number of files, some of which may be damaged or
  34.           ARCed with an older and less efficient ARChive program, or ZIPed
  35.           with compression methods other than the ones I wish to use.
  36.  
  37.                ExZip has the ability to pick  out any  files from  a given
  38.           subdirectory that are dated with today's or yesterday's date and
  39.           reZIP them all in one pass using PKZIP.  Simple, no?  This makes
  40.           it an  ideal program  for unattended, overnight processing.  All
  41.           you need is a simple configuration  file to  tell it  where your
  42.           files are.   There  are a  few other variables you can use, this
  43.           way nearly anyone can use it effectively, not only Sysops.
  44.  
  45.                ExZip is a successor to ExArc and it introduces a number of
  46.           new, enhanced  features, including the automatic conversion from
  47.           .ARC to .ZIP formats.
  48.  
  49.                ExZip is a FREE program.   That is  you may  freely use it,
  50.           give it  away, upload  it to other bulletin boards.  You may NOT
  51.           change it, or ask money for  it or  claim it  is yours.   If you
  52.           like ExZip  and is  of help  to you,  upload a few files to your
  53.           favorite bulletin  board.   If you  absolutely must  pay for it,
  54.           send  a  few  $$  to  your  favorite BBS Sysop - believe me, all
  55.           Sysops can use it, since running a board  is NOT  cheap!  Should
  56.           you find  a bug  in ExZip,  you may drop me a line via my BBS or
  57.           via the InterLink network (several topics).
  58.  
  59.  
  60.  
  61.  
  62.  
  63.           ExZip v1.9 [04/08/89] - File Re-compressor program       Page 1.
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.                             How to set-up and use ExZip
  73.                             ---------------------------
  74.  
  75.  
  76.                The configuration file MUST be called EXZIP.CFG and it MUST
  77.           be located  in your default directory when ExZip is ran.  If you
  78.           have used ExArc in the past, notice that  the configuration file
  79.           MUST now  BE CALLED  EXZIP.CFG!!   MAKE SURE  YOU READ ON, SINCE
  80.           THERE ARE NEW OPTIONS HERE!   It is a standard ASCII  text file,
  81.           so you  may use most any editor to create it, including EDLIN or
  82.           "COPY CON".   The  only required  entry in  this file  is a path
  83.           where  the   files  to  re-ZIP  are  to  be  found.    The  path
  84.           specification, as well  as  the  few  other  optional  specs are
  85.           entered  in  the  format  X=<options>,  where  X  is  the letter
  86.           indicating the type of specification  that  follows.    The path
  87.           specification is  indicated by  the letter  P.   By the way, the
  88.           configuration file is NOT case sensitive, so do  not worry about
  89.           it.  Here's what it might look like:
  90.  
  91.           P=C:\NEWFILES
  92.  
  93.           OK, that wasn't so bad, was it?  With that line, ExZip would re-
  94.           ZIP all files on C:\NEWFILES that have a .ZIP extension and have
  95.           yesterday's or  today's date!  Oh, nearly forgot to mention that
  96.           ExZip can handle more then one directory if you so desire.  This
  97.           is accomplished  by entering  more then one P=<path spec> lines,
  98.           like this:
  99.  
  100.           P=C:\NEWFILES
  101.           P=C:\MYDIR
  102.           P=C:\BASIC\PROGS
  103.  
  104.  
  105.           More on path specifications.
  106.           ----------------------------
  107.  
  108.           FORMAT:   P=<drive\path>=<drive\path\DIRnn>
  109.  
  110.                The path  specifications lines  must always  begin with the
  111.           letter P.   Two options may be specified on this line, all parts
  112.           separated by = (equal sign).  Part 1, as shown above is the path
  113.           to  the  files,  including  drive  letter.  Should NOT contain a
  114.           trailing backslash, though ExZip will correct  it for  you.  The
  115.           second option  is a  pointer to  the corresponding PCBoard DIRnn
  116.           file, including drive letter and path.  This  should NOT  be the
  117.           ANSI version  under any  circumstances!!!  If this is specified,
  118.           ExZip will perform the following functions for you as well:
  119.  
  120.                -    Set the ZIP file date to that found in the DIRnn file;
  121.                -    Adjust the  DIRnn  file  entry  for  ZIP  extension if
  122.                     needed;
  123.                -    Adjust the file size in the DIRnn to the new ZIP;
  124.  
  125.           ExZip v1.9 [04/08/89] - File Re-compressor program       Page 2.
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.                I know that no program can please everyone, but I needed to
  136.           put a ceiling on this somewhere, so the most path specifications
  137.           you can  enter into  a .CFG file is limited to 50.  Actually you
  138.           could enter as many as you want, but ExZip will  ignore anything
  139.           past 50.  
  140.  
  141.  
  142.           ARC options.
  143.           ------------
  144.  
  145.           FORMAT :  A=<Option>
  146.           DEFAULT:  NO
  147.  
  148.                Default here  is to  scan only for ZIP files.  If option is
  149.           "Y" for  yes,  ExZip  will  also  scan  for  .ARC  files  in the
  150.           specified path and convert them .ZIP in the same pass.  
  151.  
  152.                You may  also set  this parameter  to "O" (Only ARCs) which
  153.           will bypass the processing of any ZIP files.  This  can be handy
  154.           if  processing  a  directory  which  has  already been partially
  155.           completed.
  156.  
  157.  
  158.           >>   Note  that  both,  ZIP  to  ZIP  and  ARC   to  ZIP  format
  159.                conversions  check  for  imbedded  compressed  files!    If
  160.                converting from ARC ExZip  will  look  for  additional .ARC
  161.                files  contained  in  the  archive  and  they  will also be
  162.                converted to ZIP.   Similarly, ZIPs will  be looked  for in
  163.                ZIP files and recompressed.
  164.  
  165.  
  166.           Activity logs.
  167.           --------------
  168.  
  169.           FORMAT :  L=<drive\path\filename>
  170.           DEFAULT:  EXZIP.LOG
  171.  
  172.                ExZip  activity  will  be  recorded,  along with any errors
  173.           encountered, in the log file.  This is  a cumulative  record and
  174.           the file should be occasionally deleted to save space.
  175.  
  176.  
  177.           Program names.
  178.           --------------
  179.  
  180.           FORMAT :  Z=<program name>
  181.           DEFAULT:  PKZIP
  182.  
  183.                Defines the PKZIP program name, if other than original.
  184.  
  185.  
  186.  
  187.           ExZip v1.9 [04/08/89] - File Re-compressor program       Page 3.
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.           FORMAT :  U=<program name>
  197.           DEFAULT:  PKUNZIP
  198.  
  199.                Defines the PKUNZIP program name, if other than original.
  200.  
  201.  
  202.           FORMAT :  X=<program name>
  203.           DEFAULT:  PKXARC
  204.  
  205.                Defines the PKXARC program name, if other than original.
  206.  
  207.  
  208.  
  209.           Read Only files.
  210.           ----------------
  211.  
  212.           FORMAT :  R=<command_string>
  213.           DEFAULT:  none.
  214.  
  215.                Seems that  some folks are determined to create problems by
  216.           including files set to read-only attributes in ZIPs.   To remove
  217.           this  problem  ExZip  will  allow  you  to pass a string of your
  218.           choice to  processing  which  will  be  used  to  set  all files
  219.           extracted  to  read/write  attributes.    Sonce  there  are many
  220.           utilities around to do this, you can take your choice here.  The
  221.           only thin